toggle menu
MoEngage-Android-SDK
androidJvm
switch theme
search in API
core
/
com.moengage.core.model
/
[androidJvm]GeoLocation
Geo
Location
@
Serializable
class
GeoLocation
(
val
latitude
:
Double
,
val
longitude
:
Double
)
Model to pass in Location data.
Author
Umang Chamaria
Since
12.0.00
Members
Constructors
Geo
Location
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
Latitude of location
longitude
Link copied to clipboard
val
longitude
:
Double
Longitude of location
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String